home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Topik / Topik - Disk 02 - Fonts and CLI Commands (19xx)(Topik Public Domain)(PD)[a][WB].zip / Topik - Disk 02 - Fonts and CLI Commands (19xx)(Topik Public Domain)(PD)[a][WB].adf / Source / SpeedMakeFile < prev    next >
Makefile  |  1989-04-20  |  82b  |  6 lines

  1. speed    :    speed.o
  2.     ln speed.o -lml32 -lcl32 -g
  3.  
  4. speed.o    :    speed.c
  5.     cc speed.c +L -n
  6.